let Source = Table.FromRecords( { [AccountTotal="INCOME", AccountClassification="Income", DrCrSign=1], [AccountTotal="COSTOFSALES", AccountClassification="CostOfSales", DrCrSign=1], [AccountTotal="GROSSPROFIT", AccountClassification="Income", DrCrSign=1], [AccountTotal="GROSSPROFIT", AccountClassification="CostOfSales", DrCrSign=-1], [AccountTotal="EXPENSES", AccountClassification="Expense", DrCrSign=1], [AccountTotal="OPERATINGPROFIT", AccountClassification="Income", DrCrSign=1], [AccountTotal="OPERATINGPROFIT", AccountClassification="CostOfSales", DrCrSign=-1], [AccountTotal="OPERATINGPROFIT", AccountClassification="Expense", DrCrSign=-1], [AccountTotal="OTHERINCOME", AccountClassification="OtherIncome", DrCrSign=1], [AccountTotal="OTHEREXPENSES", AccountClassification="OtherExpense", DrCrSign=1], [AccountTotal="NETPROFIT", AccountClassification="Income", DrCrSign=1], [AccountTotal="NETPROFIT", AccountClassification="CostOfSales", DrCrSign=-1], [AccountTotal="NETPROFIT", AccountClassification="Expense", DrCrSign=-1], [AccountTotal="NETPROFIT", AccountClassification="OtherIncome", DrCrSign=1], [AccountTotal="NETPROFIT", AccountClassification="OtherExpense", DrCrSign=-1], [AccountTotal="ASSETS", AccountClassification="Asset", DrCrSign=1], [AccountTotal="LIABILITIES", AccountClassification="Liability", DrCrSign=1], [AccountTotal="NETASSETS", AccountClassification="Asset", DrCrSign=1], [AccountTotal="NETASSETS", AccountClassification="Liability", DrCrSign=-1], [AccountTotal="EQUITY", AccountClassification="Equity", DrCrSign=11] }, type table[AccountTotal=text, AccountClassification=text, DrCrSign=number] ) in Source